/*////////////////////////////////
CSS for katzler1.de
created     AUG 2020
updated     AUG 2020
copyright by https://bendaamech.de
////////////////////////////////*/



html, body {
    height: 100%;
    background-color: black;
}

.container {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

p {
    padding-top: 4em;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 300;
    font-style: italic;
    color: white;
    text-align: center;
}


a {
    padding-top: 4em;
    font-family: 'Roboto Condensed', sans-serif;
    font-style: italic;
    font-weight: 700;
    color: #FF5A5F;
    text-align: center;
}

a:hover {
    padding-top: 4em;
    font-family: 'Roboto Condensed', sans-serif;
    font-style: italic;
    font-weight: 700;
    color: #FF5A5F;;
    text-align: center;
}

.logo {
    width: 400px;
    max-width: 90%;
    height: auto;
}

.hide-scrollbar
{
    overflow: auto;
    -ms-overflow-style: none; /* IE 11 */
    scrollbar-width: none; /* Firefox 64 */
}

@-moz-document url-prefix() {
    html,body{overflow: hidden !important;}
}

::-webkit-scrollbar {
    display: none;
}

img {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
    }

